=== Lite Engine ===
    
Lite Engine - Very Lightweight First-Person Game Engine
Version 0.1.0.0
Copyright (C) 2026 Pinwin Software

=== License ===
    
SPDX-License-Identifier: GPL-3.0-or-later

This project is licensed under the GNU General Public License v3.0 or later.
See the LICENSE file for details.

=== About Lite Engine ===
    
Lite Engine is a lightweight engine intended for 3D first-person games.
The current version of Lite Engine (Lite Engine 0) runs entirely in Windows Console, and all the graphics are being rendered in raycasting.
The Lite Engine is going to get tons of updates later that will change it completly.
You can read the official devlog about Lite Engine on https://liteengine.pinwinsoftware.com/devlog

=== How to Run ===
    
Before running the demo or compiling code, make sure that your CMD resolution is big enough.
By default, Lite Engine is running in 120x40 mode (characters, not pixels!), but you can change it in the settings menu or in code.
    
=== Controls ===
    
Left Arrow  = Turn Left
Right Arrow = Turn Right
Up Arrow    = Walk Forward
Down Arrow  = Walk Backward

=== Credits ===
   
Developed by Larion Naumenko
   
Official Website: https://pinwinsoftware.com
   
YouTube Channel: https://www.youtube.com/@PinwinSoftware